home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / ae.swf / scripts / DefineButton2_99 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-10-16  |  103b  |  8 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndPlay(18);
  5.       unloadMovieNum(2);
  6.    }
  7. }
  8.